ul.navbar-nav.ms-auto li a {
    padding: 24px 6px;
    font-size: 16px !important;
    position: relative;
    padding-right: 19px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

/* .navbar-expand-lg .navbar-nav.ms-auto>.active>a,
.navbar-expand-lg .navbar-nav.ms-auto>.active>a:focus,
.navbar-expand-lg .navbar-nav.ms-auto>.active>a:hover {
    color: #bf3b67 !important;
    background-color: #fff !important;
} */

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 15px;
}

ul.navbar-nav.ms-auto {
    left: -10%;
    position: relative;
}

li#register-btn {
    background: #ec0928;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    top: -10px;
    position: relative;
    border-radius: 32px;
}

a.register-link {
    color: #fff;
}

a.link-one {
    color: #000 !important;
}

a.link-two {
    color: #000 !important;
}

a.link-three {
    color: #000 !important;
}

a.link-four {
    color: #000 !important;
}

a.link-five {
    color: #000 !important;
}

a.link-six {
    color: #000 !important;
}

a.link-seven {
    color: #000 !important;
}

a.link-eight {
    color: #000 !important;
}

a.link-nine {
    color: #000 !important;
}

a.link-ten {
    color: #000 !important;
}

a.link-eleven {
    color: #000 !important;
}

a.link-twelve {
    color: #000 !important;
}

a.link-fourteen {
    color: #000;
}

a.link-fifteen {
    color: #000;
}

a.link-sixteen {
    color: #000;
}

a.link-seventeen {
    color: #000 !important;
}

a.link-eighteen {
    color: #000 !important;
}

a.link-one:hover {
    color: #bf3b67 !important;
}

a.link-two:hover {
    color: #bf3b67 !important;
}

a.link-three:hover {
    color: #bf3b67 !important;
}

a.link-four:hover {
    color: #bf3b67 !important;
}

a.link-five:hover {
    color: #bf3b67 !important;
}

a.link-six:hover {
    color: #bf3b67 !important;
}

a.link-seven:hover {
    color: #bf3b67 !important;
}

a.link-eight:hover {
    color: #bf3b67 !important;
}

a.link-nine:hover {
    color: #bf3b67 !important;
}

a.link-ten:hover {
    color: #bf3b67 !important;
}

a.link-eleven:hover {
    color: #bf3b67 !important;
}

a.link-twelve:hover {
    color: #bf3b67 !important;
}

a.link-thirteen:hover {
    color: #bf3b67 !important;
}

a.link-fourteen:hover {
    color: #bf3b67 !important;
}

a.link-fifteen:hover {
    color: #bf3b67 !important;
}

a.link-sixteen:hover {
    color: #bf3b67 !important;
}

a.link-seventeen:hover {
    color: #bf3b67 !important;
}

a.link-eighteen:hover {
    color: #bf3b67 !important;
}

a.link-nineteen:hover {
    color: #bf3b67 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: -25px;
}

a.dropdown-toggle {
    color: #000 !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-right: 15px;
}
h1.heading {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #bf3b67;
}
h2#PageFilterLabel {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    color: #bf3b67;
}
label {
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a.link {
    color: #000;
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1441px) and (max-width: 1536px) {
ul.navbar-nav.ms-auto {
    left: 0;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
}
@media only screen and (max-width: 1024px) {
    ul.navbar-nav.ms-auto li a {
        padding: 0px 0px;
    }
    ul.navbar-nav.ms-auto {
        left: 0;
        position: relative;
    }
    li#register-btn {
        width: 8%;
        border-radius: 32px;
        left: -5px;
        margin-top: 10px;
    }


    img.Haringey-works-logo {
        width: 100%;
    }

    img.Haringey-london-logo {
        float: right;
        width: 100%;
    }

    img.Haringey-ESF-logo-one {
        width: 100%;
        margin-top: 30px;
    }

    img.Haringey-ESF-logo-three {
        width: 100%;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px) {
    li#register-btn {
        width: 11%;
        border-radius: 32px;
        left: -5px;
        margin-top: 10px;
    }
    .navbar-expand-lg {
        display: block;
        left: 20px;
    }
}
@media only screen and (max-width: 425px) {
li#register-btn {
    width: 19%;
    border-radius: 32px;
    left: -5px;
    margin-top: 10px;
}
}